ServiceGetServerTimeZones Method (Boolean) |
Gets information from time zone definitions that are available on the Exchange server.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetServerTimeZonesResponse GetServerTimeZones(
bool returnFullTimeZoneData
)
Public Function GetServerTimeZones (
returnFullTimeZoneData As Boolean
) As GetServerTimeZonesResponse
Parameters
- returnFullTimeZoneData
- Type: SystemBoolean
If true return the complete definitions for each time zone. If false return only the name and identifier for each time zone.
Return Value
Type:
GetServerTimeZonesResponseGetServerTimeZonesResponse.
See Also